.progress {

    margin: 0 auto;
    width: 100%;

    padding: 4px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
    position: relative;
}


.progress-bar {
    background-color: #f63a0f;
    width: 0;
    height: 16px;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    transition: 0.4s linear;
    transition-property: width, background-color;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
}

.has-error .help-block-error {

    margin-top: .3em;
    font-size: 0.7em;
    color: #d40451;
}

.c-form__legal--a {
    padding: .5em;
    border: 1px dashed #45296b;
    max-height: 5rem;
    overflow-y: scroll;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    transition: all 1s ease;
    margin-bottom: 1.5rem;
}



.c-bubbles {
    overflow: hidden
}

.navs {
    margin-bottom: -200px;
    height: 200px;
    position: relative;
    z-index: 0;
}

.navs a img {

    height: 3rem;
    margin-top: 7rem;
}

.navs .next {
    float: right;
}

.c-form__legal {
    font-size: 0.7rem;
}

.c-dodaj__form {
    background: #e3f4f5;
}

a.readmore {

    position: absolute;
    left: 50%;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: #ff1e71;
    margin-left: -1.75rem;
    margin-top: 4rem;
    font-size: 3rem;
    line-height: 2.65rem;
    padding: 0.25rem;
    color: #fff;
    padding-left: 0.6rem;
    transform: rotate(90deg);
}

#rodo-a {
    text-align: center;
    display: block;
}

.disabled,
[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}


span.arrow {
    transform: rotate(90deg);
}


.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.fade.in {
    opacity: 1;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header {
    color: #000;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.mh {
    color: #000;
    font-size: 0.7rem;
    max-height: 63vh;
    overflow-y: scroll;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    transition: all 1s ease;
}

.fader {

    position: absolute;
    bottom: 5px;
    height: 3rem;
    width: 92%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.fader .readmore {
    margin-top: 1rem;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.toggled_1:after {
    content: "";

    display: block;

    width: 2rem;

    height: 2rem;

    right: 0;

    position: absolute;

    top: 0;

    background-image: url(../assets/images/ico_bullet-ball.svg);

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover;
}


.progress-info {
    position: absolute;
}

.progress-info.pull-left {
    left: 0;
    float: left;
    margin-top: -1.4em;
    font-size: 0.7em;
    font-weight: bold;
    z-index: 10;
    margin-left: 1em;
}

.progress-info.pull-right {
    right: 0;
    text-align: right;
    margin-top: -1.4em;
    font-size: 0.7em;
    font-weight: bold;
    z-index: 10;
    margin-right: 1em;
}

button.w-50 {
    display: block;
    width: auto;
    padding-left: 3rem;
    padding-right: 3rem;
    margin: auto;
    float: none;
}

#filename {
    margin: 1rem 0 !important;
}

#filename>p {
    text-align: center;
}

#filename>p>i {
    padding-left: 1rem;

    font-style: normal;

    font-weight: bold;
}

#filename>span {
    display: block;

    width: 130px;

    margin: auto;

    float: none;

    background: #ff1e71;

    align-items: center;

    padding: 0.8125rem 3rem;

    padding-right: 3rem;
    padding-left: 3rem;

    padding-right: 0.8125rem;

    padding-left: 0.8125rem;

    font-size: 1.25rem;

    font-weight: 900;

    text-transform: uppercase;

    color: #fff;

    cursor: pointer;

    border-radius: 100px;

    border: 3px solid #fff;

    z-index: 0;

    text-align: center;
}

form#upload {
    margin: 3rem auto;
    max-width: 600px;
    text-align: center;
}

#filename2 {
    margin: 1rem 0 !important;
}

#filename2>p {
    text-align: center;
}

#filename2>p>i {
    padding-left: 1rem;

    font-style: normal;

    font-weight: bold;
}

#filename2>span {
    display: block;

    width: 130px;

    margin: auto;

    float: none;

    background: #ff1e71;

    align-items: center;

    padding: 0.8125rem 3rem;

    padding-right: 3rem;
    padding-left: 3rem;

    padding-right: 0.8125rem;

    padding-left: 0.8125rem;

    font-size: 1.25rem;

    font-weight: 900;

    text-transform: uppercase;

    color: #fff;

    cursor: pointer;

    border-radius: 100px;

    border: 3px solid #fff;

    z-index: 0;

    text-align: center;
}

form#upload2 {
    margin: 3rem auto;
    max-width: 600px;
    text-align: center;
}


.c-radio__label:hover {
    background: #ff1e71;
}

.thankyou {
    padding-top: 2.78rem;
    color: #45296b;
    font-weight: bold;
    font-size: 2.5rem;
}


@media (min-width:991px) {

    .c-banner__2nd>p {
        text-align: left;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-dialog {
        width: 600px;
        margin: 3rem auto;
    }

    .c-dodaj__bramka,
    .u-mb {
        margin-bottom: 2.77778rem;
    }
}

@media (max-width:740px) {
    .c-slider__arrows {display:none}
    .c-main-nav__link {color:#fff}
    .c-Top__Nav--is-on {background: #db0552}
    #background-wrap {display:none !important;}
    .delfinek {
        display: none;
    }

    .mh {}

    .c-zasady__item {
        display: none;
    }

    .c-range__item:last-child .c-range__bullet {
        display: inline-block;
        width: 1.11111rem;
        height: 1.11111rem;
        background-color: #45296b;
        border-radius: 100%;
    }


    .c-anim__bramka {
        width: 100%;
    }

    .c-anim__dodaj {
        left: 27.553%;
        top: 0.559%;
        width: 42.69%;
    }

    .c-anim__pilka {
        top: 33%;
    }
}

.c-form__submit {
    background: #ff1e71;
    /* display: flex; */
    flex-direction: row;
    align-items: center;
    padding: 0.8125rem;
    font-size: 1.25rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border-radius: 100px;
    border: 3px solid #fff;
    z-index: 0;
    text-align: center;
}

.visible-med {
    display: none;
}

.hidden-med {
    display: block;
}

.overflow-med {
    position: relative;
    z-index: 3;
}

@media (min-width: 993px) and (max-width: 1600px) {
    .visible-med {
        display: block;
    }

    .c-section.visible-med {
        display: flex;
    }

    .hidden-med {
        display: none;
    }

    .c-block__heading {
        margin-bottom: 1.5rem;
    }

}

.c-przepis {
    text-align: left;
    background-color: #fff;
}

.c-przepis li {}

.c-btn:hover {
    color: #fff;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.delfinek {
    width: 321px;
    position: absolute;
    left: 72.91667%;
    margin-top: -200px;
}
#background-wrap {display:none;}

body.index #background-wrap {
    display:block;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
    background-image: url(../assets/images/bg_index.png?20181204);
}
body.index {background:transparent;}

/* KEYFRAMES */


@keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }

    100% {
        margin-top: -100%;
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 50px;
    }
}

/* ANIMATIONS */

.x1 {
    animation: animateBubble 115s linear infinite, sideWays 2s ease-in-out infinite alternate;

    left: -5%;
    top: 5%;

    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}

.x2 {
    -webkit-animation: animateBubble 90s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 90s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 90s linear infinite, sideWays 4s ease-in-out infinite alternate;

    left: 5%;
    top: 80%;

    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
}

.x3 {
    -webkit-animation: animateBubble 138s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 138s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 138s linear infinite, sideWays 2s ease-in-out infinite alternate;

    left: 10%;
    top: 40%;

    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
}

.x4 {
    -webkit-animation: animateBubble 92s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: animateBubble 92s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 92s linear infinite, sideWays 3s ease-in-out infinite alternate;

    left: 20%;
    top: 0;

    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

.x5 {
    -webkit-animation: animateBubble 109s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 109s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 109s linear infinite, sideWays 4s ease-in-out infinite alternate;

    left: 25%;
    top: 50%;

    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
}

.x6 {
    -webkit-animation: animateBubble 91s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 91s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 91s linear infinite, sideWays 2s ease-in-out infinite alternate;

    left: 70%;
    top: 0;

    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
}

.x7 {
    -webkit-animation: animateBubble 90s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 90s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 90s linear infinite, sideWays 2s ease-in-out infinite alternate;

    left: 75%;
    top: 70%;

    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
}

.x8 {
    -webkit-animation: animateBubble 95 linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: animateBubble 95 linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 95 linear infinite, sideWays 3s ease-in-out infinite alternate;

    left: 80%;
    top: 10%;

    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

.x9 {
    -webkit-animation: animateBubble 99s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 99s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 99s linear infinite, sideWays 4s ease-in-out infinite alternate;

    left: 90%;
    top: 50%;

    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}

.x10 {
    -webkit-animation: animateBubble 116s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 116s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 116s linear infinite, sideWays 2s ease-in-out infinite alternate;

    left: 87%;
    top: 80%;

    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

/* OBJECTS */

.bubble {

    height: 200px;

    position: absolute;

    width: 200px;

    background: #e9195b;

    border-radius: 50%;
}

.bubble:after {

    content: "";

    height: 66px;

    left: 52%;

    position: absolute;

    width: 66px;

    top: 52%;

    margin-top: -33px;

    background: #fff;

    border-radius: 50%;

    margin-left: -33px;
}

.c-logo.xmas::after{
    padding-bottom: 78.527%;
}

.xmas .c-logo__animation{
    background-image: url(/img/logo-sticky-xmas.png);
}

.c-Top__Logo{
    
}